KeyPath

data class KeyPath(type: String, string: String?, array: List<String>?)

Key path.

Constructors

KeyPath
Link copied to clipboard
fun KeyPath(type: String, string: String? = null, array: List<String>? = null)

Properties

array
Link copied to clipboard
val array: List<String>? = null
Array value.
string
Link copied to clipboard
val string: String? = null
String value.
type
Link copied to clipboard
val type: String
Key path type.

Sources

jvm source
Link copied to clipboard